nl.telin.mymedia.uima.annotation
Class TfidfAnnotation_Type

java.lang.Object
  extended by Annotation_Type
      extended by nl.telin.mymedia.uima.annotation.TfidfAnnotation_Type

public class TfidfAnnotation_Type
extends Annotation_Type

Updated by JCasGen Tue Jan 27 09:21:26 CET 2009


Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Constructor Summary
TfidfAnnotation_Type(JCas jcas, Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
protected  FSGenerator getFSGenerator()
           
 java.lang.String getLemma(int addr)
           
 int getRank(int addr)
           
 double getScore(int addr)
           
 void setLemma(int addr, java.lang.String v)
           
 void setRank(int addr, int v)
           
 void setScore(int addr, double v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

TfidfAnnotation_Type

public TfidfAnnotation_Type(JCas jcas,
                            Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected FSGenerator getFSGenerator()

getLemma

public java.lang.String getLemma(int addr)

setLemma

public void setLemma(int addr,
                     java.lang.String v)

getRank

public int getRank(int addr)

setRank

public void setRank(int addr,
                    int v)

getScore

public double getScore(int addr)

setScore

public void setScore(int addr,
                     double v)